golang.org/x/sys/unix.mmapper.active (field)

8 uses

	golang.org/x/sys/unix (current package)
		mremap.go#L18: 		active: make(map[*byte][]byte),
		mremap.go#L33: 	bOld := m.active[pOld]
		mremap.go#L44: 		delete(m.active, pOld)
		mremap.go#L46: 	m.active[pNew] = bNew
		syscall_unix.go#L100: 	active map[*byte][]byte // active mappings; key is last byte in mapping
		syscall_unix.go#L123: 	m.active[p] = b
		syscall_unix.go#L136: 	b := m.active[p]
		syscall_unix.go#L145: 	delete(m.active, p)